home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1694 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.6 KB

  1. From: Kay Roemer <roemer@informatik.uni-frankfurt.de>
  2. Posted-Date: Tue, 12 Jul 94 8:46:50 MESZ
  3. Received-Date: Tue, 12 Jul 94 08:46:50 +0200
  4. Message-Id: <9407120646.AA11042@hera.rbi.informatik.uni-frankfurt.de>
  5. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  6. To: Stephen.Usher@earth.ox.ac.uk (Stephen Usher)
  7. Date: Tue, 12 Jul 94 8:46:50 MESZ
  8. In-Reply-To: <21204.9407110710@earth.ox.ac.uk>; from "Stephen Usher" at Jul 11, 94 8:10 am
  9. Mailer: Elm [revision: 70.85]
  10.  
  11. > Well I've had a fun weekend trying to get the NET/2 BSD version of
  12. > telnet/in.telnetd running and... I've got telnet working.
  13.  
  14. Hmm, I'm sorry not having mentioned it before you started to port....
  15. I've already done working ports of telnet and telnetd and have not up-
  16. loaded them because I wanted to do some more tests. :(
  17.  
  18. But I'll do it today...
  19.  
  20. [sprintf stuff deleted]
  21.  
  22. > PPS. in.telnetd isn't working.. well it is, partially, it doesn't echo
  23. > characters and it loses the first character of every packet it sends! I've
  24. > tested telnet by calling my Sun 3/80 and in.telnetd by calling it from the
  25. > Sun.
  26.  
  27. This is due to PTY packet mode, which is not supported by Mint. Look for
  28. ioctl ( , TIOCPKT, ) and the main select loop.
  29.  
  30. > PPPS. MiNTnet's PPP device works well, except for when there's a data
  31. > overrun when it gets hopelessly confused and has to be restarted (after
  32. > clearing the serial port input buffer using kermit).
  33.  
  34. Hmm, do you use HSmodem or some such serial routine replacement (or even
  35. modm0dev)? And what buffers do overflow, the BIOS recv and/or send buffers?
  36.  
  37. There might be a bug in the circular buffer handling in MintNet, which I
  38. don't believe (SLIP uses nearly the same code), have to look at it.
  39.  
  40. What seems more likely is a problem with the wakeselect on the BIOS devices.
  41. PPP input uses a deamon to receive and send data from/to the serial port
  42. selecting the devices. What I have noticed is that when using the Mint
  43. builtin drivers with Howards select patches applied then input data comes
  44. in rather largish hunks, ie the wakeup seems not to occur always immediatly
  45. after data has arrived. But I never noticed complete hangs...
  46.  
  47. Migh this be a bug in checkbttys or is this 'normal', Howard?
  48.  
  49. I have HSmodem running with 4k receive buffers at 19200.
  50.  
  51. > Kay, could you get your
  52. > slattach to set the baud rate of the serial port using a command line option
  53. > please so I can place the PPP startup in an rc file and not use kermit to
  54. > set the port speed.
  55.  
  56. Well, I usually do an
  57. stty speed 19200 < /dev/ttya
  58. for setting the terminals speed. If you find it better to have only one
  59. program I might add it when I get more time (not until 15th of July).
  60.  
  61. Kay.
  62.